home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / comp.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  299 b   |  14 lines

  1. on exitFrame
  2.   if the rollOver of sprite(21) = 1 then
  3.     set the visible of sprite 23 to 0
  4.   else
  5.     set the visible of sprite 23 to 1
  6.   end if
  7.   if the rollOver of sprite(22) = 1 then
  8.     set the visible of sprite 24 to 0
  9.   else
  10.     set the visible of sprite 24 to 1
  11.   end if
  12.   go(the frame)
  13. end
  14.